﻿2026-09-06T13:15:21.9492724Z ##[group]Run actions/checkout@v5
2026-09-06T13:15:21.9493625Z with:
2026-09-06T13:15:21.9494027Z   repository: BigscreenVR/spt-bs-core
2026-09-06T13:15:21.9496729Z   token: ***
2026-09-06T13:15:21.9497096Z   ssh-strict: true
2026-09-06T13:15:21.9497457Z   ssh-user: git
2026-09-06T13:15:21.9497827Z   persist-credentials: true
2026-09-06T13:15:21.9498228Z   clean: true
2026-09-06T13:15:21.9498609Z   sparse-checkout-cone-mode: true
2026-09-06T13:15:21.9499134Z   fetch-depth: 1
2026-09-06T13:15:21.9499487Z   fetch-tags: false
2026-09-06T13:15:21.9499853Z   show-progress: true
2026-09-06T13:15:21.9500225Z   lfs: false
2026-09-06T13:15:21.9500570Z   submodules: false
2026-09-06T13:15:21.9500936Z   set-safe-directory: true
2026-09-06T13:15:21.9501343Z   allow-unsafe-pr-checkout: false
2026-09-06T13:15:21.9501967Z ##[endgroup]
2026-09-06T13:15:22.0302219Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-06T13:15:22.0304024Z ##[group]Getting Git version info
2026-09-06T13:15:22.0304729Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-06T13:15:22.0305798Z [command]/usr/bin/git version
2026-09-06T13:15:22.0306314Z git version 2.43.0
2026-09-06T13:15:22.0309946Z ##[endgroup]
2026-09-06T13:15:22.0319462Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/5b95bc90-5ef1-47eb-b730-7e7475d67bf9/.gitconfig'
2026-09-06T13:15:22.0326962Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5b95bc90-5ef1-47eb-b730-7e7475d67bf9' before making global git config changes
2026-09-06T13:15:22.0328918Z Adding repository directory to the temporary git global config as a safe directory
2026-09-06T13:15:22.0330656Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-06T13:15:22.0362781Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-06T13:15:22.0381719Z https://github.com/BigscreenVR/spt-bs-core
2026-09-06T13:15:22.0391611Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-06T13:15:22.0394180Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-06T13:15:22.0419914Z HEAD
2026-09-06T13:15:22.0454380Z ##[endgroup]
2026-09-06T13:15:22.0456200Z [command]/usr/bin/git submodule status
2026-09-06T13:15:22.0640688Z ##[group]Cleaning the repository
2026-09-06T13:15:22.0643776Z [command]/usr/bin/git clean -ffdx
2026-09-06T13:15:26.3350877Z Removing target/
2026-09-06T13:15:26.3362519Z [command]/usr/bin/git reset --hard HEAD
2026-09-06T13:15:26.4037891Z HEAD is now at 35a7c8609 Merge 2446dd61433c4f243b22613039112dccd6d3816d into 17815c9c04be73bfb63a3649071d6101dbd131e5
2026-09-06T13:15:26.4041670Z ##[endgroup]
2026-09-06T13:15:26.4042891Z ##[group]Disabling automatic garbage collection
2026-09-06T13:15:26.4046798Z [command]/usr/bin/git config --local gc.auto 0
2026-09-06T13:15:26.4074935Z ##[endgroup]
2026-09-06T13:15:26.4076065Z ##[group]Setting up auth
2026-09-06T13:15:26.4080513Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-06T13:15:26.4106393Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-06T13:15:26.4296755Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-06T13:15:26.4321071Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-06T13:15:26.4509408Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-06T13:15:26.4535636Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-06T13:15:26.4726600Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-06T13:15:26.4756916Z ##[endgroup]
2026-09-06T13:15:26.4758778Z ##[group]Fetching the repository
2026-09-06T13:15:26.4763837Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35a7c8609e0188359c17c8e4038b77fe9e2258ba:refs/remotes/pull/192/merge
2026-09-06T13:15:27.2833632Z ##[endgroup]
2026-09-06T13:15:27.2834426Z ##[group]Determining the checkout info
2026-09-06T13:15:27.2835995Z ##[endgroup]
2026-09-06T13:15:27.2846617Z [command]/usr/bin/git sparse-checkout disable
2026-09-06T13:15:27.2885893Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-06T13:15:27.2909187Z ##[group]Checking out the ref
2026-09-06T13:15:27.2911119Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/192/merge
2026-09-06T13:15:27.2971966Z HEAD is now at 35a7c8609 Merge 2446dd61433c4f243b22613039112dccd6d3816d into 17815c9c04be73bfb63a3649071d6101dbd131e5
2026-09-06T13:15:27.2976830Z ##[endgroup]
2026-09-06T13:15:27.3014597Z [command]/usr/bin/git log -1 --format=%H
2026-09-06T13:15:27.3041471Z 35a7c8609e0188359c17c8e4038b77fe9e2258ba
